home *** CD-ROM | disk | FTP | other *** search
/ SGI IndiZone 2 / SGI IndiZone 2.iso / OutOfBox.idb / usr / people / tour / oob / scenegraphs / stopMotion / mic.iv.z / mic.iv
Text File  |  1994-12-16  |  1KB  |  105 lines

  1. #Inventor V1.0 ascii
  2.  
  3. Separator {
  4.  
  5. #     Separator {
  6. #     LightModel { model BASE_COLOR }
  7. #     BaseColor { rgb 0 0 0 }
  8. #     Translation { translation 0 0 -1 }
  9. #     Cube { width 10 height 10 }
  10. #     }
  11.     
  12.     # Capsule
  13.     Separator {
  14.     Scale {
  15.         scaleFactor .8 .8 .8
  16.     }
  17.     Complexity {
  18.         value .2
  19.     }
  20.     Separator {
  21.         Translation {
  22.         translation 0 -1 0
  23.         }
  24.         DEF SPHERE Sphere {
  25.         }
  26.     }
  27.     Separator {
  28.         Translation {
  29.         translation 0 1 0
  30.         }
  31.         USE SPHERE
  32.     }
  33.     Cylinder {
  34.         parts SIDES
  35.     }
  36.     }
  37.  
  38.     # Pivot
  39.     Separator {
  40.     RotationXYZ {
  41.         axis Z
  42.         angle 1.5708
  43.     }
  44.     Cylinder {
  45.         radius .1
  46.         height 3
  47.     }
  48.     }
  49.  
  50.     # Base
  51.     Separator {
  52.     
  53. #     Separator {
  54. #         Transform {
  55. #         translation 0 -2.9 0
  56. #         }
  57. #         Cylinder {
  58. #         radius .7
  59. #         height .2
  60. #         }
  61. #     }
  62.  
  63.     Separator {
  64.         Transform {
  65.         translation 0 -2.6 0
  66.         }
  67.         Cylinder {
  68.         radius .2
  69.         height .5
  70.         }
  71.     }
  72.     
  73.     Separator {
  74.         Transform {
  75.         translation 0 -2.3 0
  76.         }
  77.         Cube {
  78.         width 3
  79.         height .1
  80.         depth .3
  81.         }
  82.     }
  83.  
  84.     Separator {
  85.         Translation {
  86.         translation -1.5 -1.1 0
  87.         }
  88.         DEF SIDE Cube {
  89.         width .2
  90.         depth .4
  91.         height 2.5
  92.         }
  93.     }
  94.     
  95.     Separator {
  96.         Translation {
  97.         translation 1.5 -1.1 0
  98.         }
  99.         USE SIDE
  100.     }
  101.     }
  102.     
  103. }
  104.  
  105.